curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "0197d5ac-7fc4-70bd-b7b0-06d830514891",
"name": "Morgan Hirthe",
"id_token": "c8ZgO7KvMWYPh34NncBs",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"id": "0197d5ac-7fcd-7047-95fc-d109ba6a55bf",
"name": "Prof. Carson Emard",
"id_token": "HudQzcr2qoueS2W9vRw3",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "0197d5ac-7fc4-70bd-b7b0-06d830514891",
"name": "Morgan Hirthe",
"id_token": "c8ZgO7KvMWYPh34NncBs",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"id": "0197d5ac-7fcd-7047-95fc-d109ba6a55bf",
"name": "Prof. Carson Emard",
"id_token": "HudQzcr2qoueS2W9vRw3",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}